home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 122_01 / _catalog.doc next >
Text File  |  1984-03-05  |  3KB  |  77 lines

  1.   PISTOL v2.0-Portably Implemented STack Oriented Language
  2.        A language in the footsteps of FORTH and STOIC
  3. ARITH        documetation on arithmetic operators for
  4.         "on line" use.
  5. COPY.RIT    suitable for making labels; copying freely
  6.         permitted as long as notice is supplied.
  7. CORE2.        "core image" that results from compiling PBASE2
  8.         (see PISTOL.HLP for details)
  9. DEFS.        documentation on definitional operators for
  10.         "on line" use.
  11. EDITOR.        documentation on PISTOL supplied editor for
  12.         "on line" use.
  13. ENVIRON.DOC    suggests at least 44K ram total.
  14. FUTURE.DEV    future directions for PISTOL; suggests some 
  15.         standards.
  16. IO.        documentation on i/o related operations for
  17.         "on line" use.
  18. ITCOND.        documentation on iterational and conditionals
  19.         for "on line" use.
  20. LOGIC.        documentation for logic related operations for
  21.         "on line" use.
  22. MEMOPS.        documentation for memory related functions for
  23.         "on line" use.
  24. MISC.        documetation on miscellaneous utilities for
  25.         "on line" use.
  26. PBASE2.        PISTOL source code used to "educate" PISTOL.COM
  27.         to be as smart as described in PISTOL.DOC.
  28. PIST2A.C    second source module
  29. PIST2B.C    third source module
  30. PIST2C.C    fourth source module
  31. PIST2D.C    fifth source module
  32. PIST2E.C    sixth source module
  33. PISTOL.C    main source module
  34.  
  35. PISTOL.COM    *** this and: 'CORE2 RESTORE    will give you a
  36.         new development language; try it you'll like it
  37.         (check the HELP documentation for best results!)
  38. PISTOL.H    constants and externals for PISTOL source
  39. PISTOL.PAS    42K PASCAL version of PISTOL that runs on a
  40.         DEC-20 mainframe computer; it helps define the
  41.         way PISTOL is created.
  42. PISTSUB.SUB    SUBMIT file to compile and link all C modules
  43. READ.ME        History and editorial vis-a-vis with FORTH and
  44.         STOIC
  45. STACK.        documentation on stack related words for
  46.         "on line" use.
  47. SYSCONS.    documentation on the system's constants for
  48.         "on line" use.
  49. SYSVARS.    documentation on the systems variables for
  50.         "on line" use.
  51. TUTORIAL.    documentation for starting users for
  52.         "on line" use and may be TYPEd out as well!
  53. VOCAB.        documentation on vocabulary maintenance for
  54.         "on line" use.
  55. second source module
  56. PIST2B.C    third source mod
  57. which may be on this system. To read
  58. portions of it from within PISTOL, type:
  59.  
  60. X> 'TUTORIAL HELP
  61.  
  62. Alternatively, you may exit PISTOL by typing:
  63.  
  64. X> BYE
  65.  
  66. and the type out the file directly.
  67.  
  68. :
  69. GLOSSARY SUBMENU(ASSUMES PBASE2 HAS BEEN USED!):
  70. explanations of TOS,NTT,TFT,FFT
  71. ARITHMETIC OPERATORS        ['ARITH HELP]
  72. LOGICAL OPERATORS        ['LOGIC HELP]
  73. STACK RELATED            ['STACK HSome thoughts about future development of PISTOL:
  74. (March 10, 1982)
  75.  
  76.     It is expected that several major extensions to
  77. PISTOL